home *** CD-ROM | disk | FTP | other *** search
- /* PlayAIFFFile.h */
-
- #ifndef Included_PlayAIFFFile_h
- #define Included_PlayAIFFFile_h
-
- /* PlayAIFFFile module depends on */
- /* MiscInfo.h */
- /* Audit */
- /* Debug */
- /* Definitions */
- /* BufferedFileInput */
- /* Files */
- /* Alert */
- /* SampleConsts */
- /* SoundOutput */
- /* DataMunging */
- /* EventLoop */
- /* Memory */
- /* SynthProgressWindow */
-
- /* ask the user for a file, and then try to play back its contents */
- void PlayAIFFFile(void);
-
- #endif
-